home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : package LOGICAL
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS : vax135!petsd!joe@BERKELEY
- -- AUTHOR : Joseph M. Orost
- -- : Concurrent Computer Corporation
- -- : 106 Apple St.
- -- : Tinton Falls, NJ 07724
- -- COPYRIGHT :
- -- DATE CREATED : June 1, 1986
- -- DATE RELEASED : June 13, 1986
- -- DATE LAST UPDATED : June 13, 1986
- -- LOCATION : C2MUG
- -- LOCATION : ASR
- -- ENVIRONMENT : CCUR_3200MPS, C3-Ada R00-00
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : MATH
- -- CATEGORY LEVEL 2 : Library
- -- CATEGORY LEVEL 3 : Logical Operations
- -- CATEGORY LEVEL 4 :
- -- KEYWORD : LOGICAL OPERATIONS
- -- INDEX : Logical Operations
- -- INDEX : Operations, Logical
- -- INDEX : Bit Manipulation
- -- INDEX : Manipulation, Bit
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO :
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.MATH>LOGICAL.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.MATH>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- LOGICAL.ADA 8581 241
- -- LOGICAL.CMM 289 9
- -- LOGICAL.PRO 2992 58
- -- =============== ========== ==========
- -- 3 Files 11862 308
- --= ABSTRACT ===============================================--
- -- This package provides logical operations such as AND, OR, XOR,
- -- NOT, SHIFT, ROTATE, on operands of type INTEGER. It is portable to
- -- any two's complement machine.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 06/13/86 1.0 Orost Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-